home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / suprk445.arc / 4PCBOARD.ARC / 4PCBOARD.DOC next >
Text File  |  1990-08-16  |  6KB  |  155 lines

  1. SuperK Batch Mode Protocols Defined:
  2.  
  3.     Super8K,   Super8K-G,   K9Xmodem,   WXmodem,   Jmodem,   Cmodem
  4.  
  5. Setting  up  SuperK  protocols to be used from the PCBoard Main Menu.  The 
  6. batch files and PCBPROT.DAT file contained in this  archive  outlines  the 
  7. command  lines  for  6 of the 9 the SuperK protocols in BATCH mode.
  8.  
  9. From  the  PCBoard  docs,  I was able to discern that PCBoard operates the 
  10. same way that RBBS does in that it supplies the  full  path  and  filename 
  11. when sending files. 
  12.  
  13. I suspect that this one area has been the downfall of most PCB sysops  who 
  14. have  attempted to setup the SuperK protocols only to have it/them fail (I 
  15. guess the old  addage  still  stands...  "If  all  else  fails,  read  the 
  16. instructions!"). 
  17.  
  18. Since PCBoard is unable to perform true  batch  transfers  from  the  main 
  19. code,  all  of the SuperK definitions contained in the batch files are for 
  20. use of BATCH MODE protocols in SINGLE FILE (one-file-at-a-time) MODE. 
  21.  
  22.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  23. There are two sets of batch files included.
  24.  
  25.     NORMAL.ZIP  contains the batch file set for using the SuperK protocols 
  26.                 in one-file-at-a-time batch  mode  on  a  non-locked  port 
  27.                 system. 
  28.  
  29.     LOCKED.ZIP  contains  the  batch  file set for those users who operate 
  30.                 their system with a locked port (Cmodem will not work with
  31.                 a locked port).
  32.  
  33.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  34. Along with the batch file set and the enclosed PCBPROT.DAT file, there are 
  35. still  some  internal configuration settings that must be checked.  As the 
  36. SUPERK.DOC  states,   SuperK  holds  certain  user  defined  configuration 
  37. settings  within  the program itself.  The SuperK configuration section is 
  38. accessed byt starting up SuperK at the DOS prompt as 
  39.  
  40.                          SUPERK @ 
  41.  
  42. Option:
  43.  
  44.     C = Colors
  45.  
  46.         The Color settings are purely optional so I won't go into them...
  47.  
  48.     D) Logfile : SK4.LOG
  49.  
  50.        This field contains the name of the SuperK transfer log file. Since 
  51.        PCBoard has the ability to log transfer  activity  internally,  you 
  52.        may  just  want to turn this option off completely.  As is the case 
  53.        with any string inputs, entering a backslash (\) will null out that 
  54.        string, thus disabling its use. 
  55.  
  56.        On the other hand,  if you prefer to  have  the  transfer  activity 
  57.        logged in DSZ format,  simply define the Logfile as your normal DSZ 
  58.        log filename.
  59.  
  60.        NOTE: If you're running multiple nodes,  the  easiest  way  to  get 
  61.              yourself up and running  is  to  null  out  this  option  and 
  62.              activate  the internal PCBoard transfer activity log.  If you 
  63.              want to utilize the DSZ type transfer logging, please contact 
  64.              me (via Underdog's MiniNet) and I will step you through  that 
  65.              setup. 
  66.  
  67.     
  68.     E) Xferfile: XFER.TXT
  69.  
  70.        The  Xferfile  option  is  not used as your batch files look for an 
  71.        errorlevel return from SuperK.  So this too can be  disabled  (null 
  72.        out the string with a \).
  73.  
  74.  
  75.     G) Write On 0 : Yes
  76.  
  77.        Since you won't be using the Xferfile parameter,  set this flag  to 
  78.        "No". Simply press the G key to toggle the setting.
  79.  
  80.  
  81.     H) Save Aborts: Yes
  82.  
  83.        I  assume  you  don't  want  to  save aborted transfers so set this 
  84.        parameter to "No" also.  Simply press  the  G  key  to  toggle  the 
  85.        setting. 
  86.  
  87.  
  88.     I) Overwrite  : No
  89.  
  90.        Again, I assume you don't want any existant files being overwritten 
  91.        so set this parameter to "No" also.  Simply  press  the  G  key  to 
  92.        toggle the setting. 
  93.  
  94.  
  95.     J) Resume DLs : No
  96.  
  97.        The resume mode is a 2 level resume.  Pressing the J key will cycle 
  98.        through the different resume modes. Set this to "Auto" 
  99.  
  100.  
  101.     F) OvlPath :
  102.  
  103.        This  field  should be set to the FULL main PCB directory (C:\PCB\) 
  104.        so that SuperK will be able  to  find  its  overlay  file  and  the 
  105.        SKA.COM file. 
  106.  
  107.  
  108.     G) WrkPath :
  109.  
  110.        This field is provided for those users who have their  downloadable 
  111.        file  attributes  set  to  Read-Only  or are using DOS Share or are 
  112.        operating in a network environement.  The WrkPath is used  so  that 
  113.        SuperK  can  perform  downloads in this type of environment and the 
  114.        directory used MUST be one that is specifically reserved for SuperK 
  115.        transfers. Your best (and safest) bet is to define the WrkPath as: 
  116.  
  117.                             C:\SUPERK.WRK\
  118.  
  119.        Again,  the  work  directory  is  used  exclusively  by  SuperK for 
  120.        downloading files from your system.  DO NOT use it  for  any  other 
  121.        purpose as SuperK controls the use of the WrkPath! 
  122.  
  123.        NOTE: BE SURE TO CREATE THE WORK DIRECTORY ONCE YOU EXIT THE SUPERK
  124.              CONFIGURATION SECTION! AT THE DOS PROMPT TYPE
  125.  
  126.                          MD C:\SUPERK.WRK 
  127.  
  128. Once  you  are satisfied with your default settings,  hit [Enter] and then 
  129. press Y to save the defaults.  SuperK will do a direct modification of the 
  130. driver saving your new defaults within the program itself. 
  131.  
  132. Lastly,  be sure to make it clear to your users that the  Batch  mode  and 
  133. Single file modes supported within SuperK are not interchangeable...  that 
  134. is,  both  sender  and  receiver  MUST  be  setup  to  use  the  identical 
  135. protocol....
  136.                                  AND...
  137.  
  138. All of the batch mode protocols defined in the batch files require the use 
  139. of either SuperK or Canine Express Professional  which  supports  upto  45 
  140. protocols  with 26 already defined internally (all of the SuperK protocols 
  141. are built in) by the user. 
  142.  
  143.                      Enjoy-
  144.  
  145.                        Sal Manaro
  146.                        Crater Rim Software
  147.                        4028 41st Ave South
  148.                        Seattle, WA 98118
  149.                        (206) 723-6728 voice
  150.  
  151.                        Underdog's MiniNet Super System
  152.                        1.3 Gigabytes of Files - 26 Protocols
  153.                        (206) 725-9233 data 1200/2400/9600 HST
  154.  
  155.